﻿@charset "utf-8";
/* CSS Document */
/*common*/


/**/
.contents{
    width: 1400px;
    margin: 0 auto;
}

.ys{
    padding-top: 54px;
}
.ys .ys-list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.ys .ys-list .yx-txt{
    float: left;
    width: 162px;
    height: 162px;
    line-height: 162px;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    color: #fff;
    background: #001333;
}
.ys .ys-list ul{
    float: right;
    width: 960px;
    height: 162px;
    padding-top: 38px;
    overflow: hidden;
    box-sizing: border-box;
}
.ys .ys-list ul li{
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 1;
    background:url(../images/ys_br.jpg) no-repeat right center;
}
.ys .ys-list ul li span{
    font-size: 24px;
    display: block;
    color: #001332;
    line-height: 1;
    margin-bottom: 12px;
}
.ys .ys-list ul li span b{
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
}
.ys .ys-list ul li.no{
    background: none;
}
.ys .ys-min ul li{
    overflow: hidden;
    margin-bottom: 6%;
}
.ys .ys-min ul li .txt{
    float: left;
    width: 46%;
    padding-left: 14%;
    padding-top: 6%;
    padding-right: 6%;
    box-sizing: border-box;
}
.ys .ys-min ul li .txt h4{
    font-size: 36px;
    color: #333;
    line-height: 1;
    margin-bottom: 30px;
}
.ys .ys-min ul li .txt p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20%;
}
.ys .ys-min ul li.odd .txt{
    padding: 6% 16% 0 4%;
}
.ys .ys-min ul li .txt .more{
    position: relative;
    left: 0;
    display: block;
    width: 178px;
    height: 44px;
    border-radius: 120px;
    overflow: hidden;
}
.ys .ys-min ul li .txt .more::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
    height:100%;
    display: block;
	background:#001333;
 	transition:transform .5s;
  	transform:scale3d(0,1,1);
 	transform-origin:100% 50%;
	border-radius: 30px;
}
.ys .ys-min ul li .txt .more:hover::before{
	transform:scale3d(1,1,1);
	border-radius: 30px;
	transform-origin:0 50%;
	transition-timing-function:ease-in;
}
.ys .ys-min ul li .txt .more a{
    position: relative;
    z-index: 6;
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #001332;
    border-radius: 30px;
    border: 2px solid #001332;
    padding-left: 26%;
    box-sizing: border-box;
    background:url(../images/ys_brs.png) no-repeat 74% center;
}
.ys .ys-min ul li .txt .more a:hover{
    color: #fff;
    background:url(../images/ys_hover.png) no-repeat 74% center;
}
.ys .ys-min ul li .video{
    float: left;
    width: 54%;
    display:block;
    overflow:hidden;
}
.ys .ys-min ul li .video img
{
    width:1027px;
    height:578px;
    display:block;
    transition: all 0.5s;
}
.ys .ys-min ul li .video:hover img
{  
    transform: scale(1.1, 1.1)     
}

.bts{
    text-align: center;    
}
.bts a{
    font-size: 36px;
    color: #333;
    line-height: 1;
    font-weight: bold;
}
.bts p{
    font-size: 18px;
    color: #666;
    line-height: 1;
    margin-top: 20px;
}


.pro-min-nr
{
   height:465px !important;
   width:1400px !important;
}
.pro-min-nr .width
{
   width:1400px !important; 
}
.pro{
    height:856px;
}
.pro .contents{
    padding-top: 30px;
}
.pro .contents .pro-ul{
    height: 66px;
    background: #eee;
    margin-bottom: 28px;
    overflow: hidden;
}
.pro .contents .pro-ul li{
    position: relative;
    float: left;
    width: 25%;
    border-right: 1px solid #d7dde3;
    box-sizing: border-box;
}
.pro .contents .pro-ul li a{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
    color: #1b1811;
    font-weight: bold;
}
.pro .contents .pro-ul li.cur a{
    color: #001333;
}
.pro .contents .pro-ul li.no{
    border: 0;
}
.pro .contents .pro-ul li.cur a::before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #b1b9c2;
}
.pro .pro-min{
    
}
.pro .pro-min ol{
    height: 56px;
    overflow: hidden;
}
.pro .pro-min ol li{
    float: left;
    width: 14.28%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
.pro .pro-min ol li.cur a span,.pro .pro-min ol li:hover a span
{
    color:#001333; 
    font-weight:bold; 
}
.pro .pro-min ol li a{
    display: block;
    height: 56px;
    padding-top: 8px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.pro .pro-min ol li i{
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin: -4px 10px 0 0;
}
.pro .pro-min ol li.no{
    border: 0;
}
.pro .pro-min ol li.li1 i{
    background:url(../images/pro_ico1.png) no-repeat center center;
}
.pro .pro-min ol li.li2 i{
    background:url(../images/pro_ico2.png) no-repeat center center;
}
.pro .pro-min ol li.li3 i{
    background:url(../images/pro_ico3.png) no-repeat center center;
}
.pro .pro-min ol li.li4 i{
    background:url(../images/pro_ico4.png) no-repeat center center;
}
.pro .pro-min ol li.li5 i{
    background:url(../images/pro_ico5.png) no-repeat center center;
}
.pro .pro-min ol li.li6 i{
    background:url(../images/pro_ico6.png) no-repeat center center;
}
.pro .pro-min ol li.li7 i{
    background:url(../images/pro_ico7.png) no-repeat center center;
}
.pro .pro-min ol li span{
    font-size: 16px;
    color: #333;
    line-height: 1;
}
.pro .pro-item{
    margin-top: 28px;
    margin-bottom: 36px;
    overflow: hidden;
    width:1400px !important; 
}
.pro .pro-item ul{
    padding-top: 10px;
    overflow: hidden;
}
.pro .pro-item ul li{
    float: left;
    width: 442px;
    margin-right: 36px;
    transition: all .6s ease;
}
.pro .pro-item ul li:hover{
    transform: translateY(-10px);
}
.pro .pro-item ul li.no{
    margin: 0;
}
.pro .pro-item ul li .box{
    width: 442px;
    height:349px;
}
.pro .pro-item ul li .box img{
    display: block;
    width: 100%;
    height:349px;
}
.pro .pro-item ul li p{
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-top: 20px;
}





@media screen and (max-width: 1400px) {
    .pro .contents{
        width: 1200px;
    }
    .pro .pro-item ul li{
        float: left;
        width: 380px;
        margin-right: 30px;
    }
    .pro .pro-item ul li .box{
        width: 380px;
    }
}



.more-center{
    position: relative;
    display: block;
    width: 178px;
    height: 44px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}
.more-center::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
    height:100%;
    display: block;
	background:#001333;
 	transition:transform .5s;
  	transform:scale3d(0,1,1);
 	transform-origin:100% 50%;
	border-radius: 30px;
}
.more-center:hover::before{
	transform:scale3d(1,1,1);
	border-radius: 30px;
	transform-origin:0 50%;
	transition-timing-function:ease-in;
}
.more-center a{
    position: relative;
    z-index: 6;
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #001332;
    border-radius: 30px;
    border: 2px solid #001332;
    padding-left: 26%;
    box-sizing: border-box;
    background:url(../images/ys_brs.png) no-repeat 74% center;
}
.more-center a:hover{
    color: #fff;
    background:url(../images/ys_hover.png) no-repeat 74% center;
}

